home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000346_news@newsmaster….columbia.edu _Sun Sep 14 08:50:41 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA23513
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 14 Sep 1997 08:50:40 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA15847
  7.     for kermit.misc@watsun; Sun, 14 Sep 1997 08:50:40 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: k95 bugs
  12. Date: 14 Sep 1997 12:50:38 GMT
  13. Organization: Columbia University
  14. Lines: 47
  15. Message-ID: <5vgmiu$s4e$1@apakabar.cc.columbia.edu>
  16. References: <01bcc0d3$d936a200$LocalHost@prs2r4pe>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7668
  19.  
  20. In article <01bcc0d3$d936a200$LocalHost@prs2r4pe>,
  21. David Gaguine <david@dgaguine.prestel.co.uk> wrote:
  22. : We run a bespoke Medical practice program using MSDOS/ MUMPS with
  23. : multi-user terminals emulating VT100's running at various speed from 9600
  24. : to 19200.
  25. : I changed from MS Kermit (which caused printer conflicts running under
  26. : Win95) to K95. After converting the script there appears to be a few bugs
  27.  
  28. As with any other bug report the proper place to report it is to
  29. kermit-support@columbia.edu so that it can be responded to directly.
  30. For an emulation bug report a SESSION LOG should be included that
  31. demonstrates the problem.
  32.  
  33. : 1) Forward Delete (\127) and backward delete (\8) don't work properly -
  34. : this was solved by switching to VT102 emulation
  35.  
  36. The proper assignment of the DEL or BS to keys is very dependent upon
  37. the termcap or terminfo destriptions (or equivalent) on the host
  38. system.  These key settings are completely configurable using the SET
  39. KEY and SET TERM KEY commands.
  40.  
  41. If you believe that there is a problem with the handling of DEL and BS
  42. in the emulator, please send a SESSION LOG that demonstrates the
  43. problem.  VT320 and VT102 use exactly the same code for this
  44. operation, so it is more likely a configuration issue on the host.
  45.  
  46. : 2) No bell sounds (VT102)
  47.  
  48. Kermit-95 rings BEL by calling the Windows 95 SystemBeep() call.  Many
  49. sound board drivers map this call to a System Sound which may be set
  50. in the control panel.  Be sure you have properly configured your
  51. sounds and sound board.
  52.  
  53. : 3) Also you can't paste into K95 session - it either does nothing or says
  54. : insufficient memory available please try closing  program etc. (I use 32MB
  55. : RAM and only K95 and Word97)
  56.  
  57. This is a known bug in Windows 95.  You must turn off "Fast Pasting"
  58. in order for Pasting to work in any 32-bit Console application.  Open
  59. the Properties for \WINDOWS\SYSTEM\CONAGENT.EXE and turn off "Fast
  60. Pasting".
  61.  
  62.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  63.                  The Kermit Project * Columbia University
  64.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  65.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu